var runtime.goroutineProfile

21 uses

	runtime (current package)
		coro.go#L219: 	if goroutineProfile.active {
		mprof.go#L1320: var goroutineProfile = struct {
		mprof.go#L1372: 	semacquire(&goroutineProfile.sema)
		mprof.go#L1395: 		semrelease(&goroutineProfile.sema)
		mprof.go#L1409: 	goroutineProfile.offset.Store(1)
		mprof.go#L1416: 	goroutineProfile.active = true
		mprof.go#L1417: 	goroutineProfile.records = p
		mprof.go#L1418: 	goroutineProfile.labels = labels
		mprof.go#L1446: 	endOffset := goroutineProfile.offset.Swap(0)
		mprof.go#L1447: 	goroutineProfile.active = false
		mprof.go#L1448: 	goroutineProfile.records = nil
		mprof.go#L1449: 	goroutineProfile.labels = nil
		mprof.go#L1474: 	semrelease(&goroutineProfile.sema)
		mprof.go#L1547: 	offset := int(goroutineProfile.offset.Add(1)) - 1
		mprof.go#L1549: 	if offset >= len(goroutineProfile.records) {
		mprof.go#L1564: 	systemstack(func() { saveg(^uintptr(0), ^uintptr(0), gp1, &goroutineProfile.records[offset], pcbuf) })
		mprof.go#L1566: 	if goroutineProfile.labels != nil {
		mprof.go#L1567: 		goroutineProfile.labels[offset] = gp1.labels
		proc.go#L3212: 	if goroutineProfile.active {
		proc.go#L4632: 		if goroutineProfile.active {
		proc.go#L5044: 		if goroutineProfile.active {